//.vux-drawer { // display: block; // position: relative; // top: 0; // left: 0; // width: 100%; // min-height: 100vh; // // .router-view { // max-width: 4.02rem; // width: 100vw; // height: 100%; // overflow-y: auto; // -webkit-box-sizing: border-box; // box-sizing: border-box; // } // // .vux-drawer-body { // height: 100%; // position: absolute; // top: 0; // left: 0; // right: 0; // bottom: 0; // -webkit-transition: visibility .38s, -webkit-transform .38s ease-in-out; // transition: visibility .38s, -webkit-transform .38s ease-in-out; // -o-transition: transform ease-in-out .38s, visibility .38s; // transition: transform .38s ease-in-out, visibility .38s; // transition: transform .38s ease-in-out, visibility .38s, -webkit-transform .38s ease-in-out; // } //}